chore(deps): update mirror.gcr.io/library/ubuntu docker tag to v26 - autoclosed#14188
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Ubuntu base image in the Dockerfile from version 24.04 to 26.04. A critical issue was identified as Ubuntu 26.04 is a future release that is not yet available, which will cause the Docker build to fail. It is recommended to revert to the stable 24.04 LTS version.
| # We want to use LTS ubuntu from our mirror because dockerhub has a | ||
| # rate limit. | ||
| FROM mirror.gcr.io/library/ubuntu:24.04 | ||
| FROM mirror.gcr.io/library/ubuntu:26.04 |
There was a problem hiding this comment.
This change updates the Ubuntu base image to version 26.04. However, Ubuntu 26.04 is a future Long-Term Support (LTS) release scheduled for April 2026 and is not yet available. Using a non-existent or unstable pre-release version will likely break the Docker build.
The comment on line 15 indicates the intention to use an LTS version. The current LTS version is 24.04. This automated update appears to be incorrect. It's recommended to revert this change to use a stable, available LTS version.
FROM mirror.gcr.io/library/ubuntu:24.04
This PR contains the following updates:
24.04→26.04Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.